thread local storage造句
例句與造句
- Thread local storage and thread - relative static fields
>線程本地存儲(chǔ)區(qū)和線程相關(guān)的靜態(tài)字段 - Sql server runs in fiber mode ; do not use thread local storage
Sql server以纖程模式運(yùn)行;不要使用線程本地存儲(chǔ)區(qū)。 - Thread local storage
執(zhí)行緒區(qū)域儲(chǔ)存區(qū) - Thread local storage
線程本地存儲(chǔ)區(qū) - Do not use thread local storage unless thread affinity is guaranteed
不要應(yīng)用線程的本地存儲(chǔ),除非該線程的相關(guān)性已經(jīng)得到保證。 - It's difficult to find thread local storage in a sentence. 用thread local storage造句挺難的
- Do not use thread local storage , managed or native , to store state on the finalizer thread
不要使用線程本地存儲(chǔ)區(qū)(托管或本機(jī))來(lái)存儲(chǔ)終結(jié)器線程的狀態(tài)。 - Thread local storage and thread - relative static fields provide the managed version of this behavior
線程本地存儲(chǔ)區(qū)和線程相關(guān)的靜態(tài)字段提供了此行為的托管版本。 - Use managed thread local storage when your actual requirements might only be discovered at run time
如果只能在運(yùn)行時(shí)發(fā)現(xiàn)您的實(shí)際需要,請(qǐng)使用托管線程本地存儲(chǔ)區(qū)。 - Sets a value in thread local storage at the specified index for the thread with the specified identifier
在線程本地存儲(chǔ)的指定索引處為具有指定標(biāo)識(shí)符的線程設(shè)置一個(gè)值。 - Gets a value in thread local storage at the specified index for the thread with the specified identifier
為具有指定標(biāo)識(shí)符的線程獲取位于線程本地存儲(chǔ)區(qū)中指定索引處的值。 - Managed thread local storage provides dynamic data slots that are unique to a thread and application - domain combination
托管線程本地存儲(chǔ)區(qū)提供了某一線程和應(yīng)用程序域組合所獨(dú)有的動(dòng)態(tài)數(shù)據(jù)槽。 - You can safely use most of the state on a managed thread object , including managed thread local storage and the threads current ui culture
對(duì)象的大部分狀態(tài),包括托管線程本地存儲(chǔ)區(qū)和線程的當(dāng)前用戶界面區(qū)域性。 - You can use managed thread local storage and thread - relative static fields to store data that is unique to a thread and application domain
可以使用托管線程本地存儲(chǔ)區(qū)( tls )和線程相關(guān)的靜態(tài)字段來(lái)存儲(chǔ)某一線程和應(yīng)用程序域所獨(dú)有的數(shù)據(jù)。 - Is a specialized collection object similar to a thread local storage for method calls , and provides data slots that are unique to each logical thread of execution
是類似于方法調(diào)用的線程本地存儲(chǔ)的專用集合對(duì)象,并提供對(duì)每個(gè)邏輯執(zhí)行線程都唯一的數(shù)據(jù)槽。 - Using managed thread local storage does work , but you may not use unmanaged thread local storage or assume the code will run on the current operating system thread again
可以使用托管線程本地存儲(chǔ)區(qū),但不能使用非托管線程本地存儲(chǔ)區(qū),也不能假定代碼將在當(dāng)前操作系統(tǒng)線程中再次運(yùn)行。